Adwaita: more translucent tooltips
authorLapo Calamandrei <calamandrei@gmail.com>
Thu, 4 Sep 2014 18:02:43 +0000 (20:02 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Thu, 4 Sep 2014 18:02:43 +0000 (20:02 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index e547eb961a9df82ebc8b1e2779be22e3abe9c714..6b5e13993d741df218261ab05e722d8b9601ba5f 100644 (file)
@@ -2551,7 +2551,9 @@ GtkInfoBar {
   color: white;
   padding: 4px; /* not working */
   border-radius: 5px;
-  background-color: transparentize(black,0.2);  //FIXME proper color
+  background-color: transparentize(black, 0.5); // FIXME: I think this is not
+                                                //        what I get, it looks
+                                                //        more solid.
   text-shadow: 0 1px black;
 }
 
index 209e6b9c860e3d9aa5cc6c5dfa43064039102dea..170d2bf859fb3e214d1378b2cb276c8073c466f0 100644 (file)
@@ -3895,7 +3895,7 @@ GtkInfoBar {
   padding: 4px;
   /* not working */
   border-radius: 5px;
-  background-color: rgba(0, 0, 0, 0.8);
+  background-color: rgba(0, 0, 0, 0.5);
   text-shadow: 0 1px black; }
 
 .tooltip * {
index 0e66dd5ca9b9fdb2286a731080b575521887d382..9ccc41b3d51e830e70addded94ca08192d9a2f4a 100644 (file)
@@ -4042,7 +4042,7 @@ GtkInfoBar {
   padding: 4px;
   /* not working */
   border-radius: 5px;
-  background-color: rgba(0, 0, 0, 0.8);
+  background-color: rgba(0, 0, 0, 0.5);
   text-shadow: 0 1px black; }
 
 .tooltip * {